home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / Sample Code / Archive / Human Interface Toolbox / jGNE Helper / readme•jGNE Helper < prev    next >
Encoding:
Text File  |  2000-09-28  |  1.3 KB  |  29 lines  |  [TEXT/ttxt]

  1.     This is "jGNE Helper", formerly a monthly posting to
  2.     the Usenet newsgroup alt.sources.mac.
  3.     It provides an example for INIT programmers
  4.     interested in filtering events before they are handed to
  5.     applications calling GetNextEvent (which is called by
  6.     WaitNextEvent).
  7.  
  8.     The jGNE filter is the Apple-sanctioned method for
  9.     filtering events. It is possible to patch event traps. It
  10.     is sometimes even advisable. But since the jGNE filter is
  11.     the sanctioned method, one ought to attempt to use it
  12.     before patching traps.
  13.  
  14.     This code sample has a specific conflict with older
  15.     versions of PopChar. Newer versions of PopChar have a fix
  16.     which makes them compatible with this code. Users of older
  17.     versions of PopChar should probably upgrade to the current
  18.     version anyway -- this is a very old conflict. The conflict
  19.     manifests itself by rendering a good portion of the screen
  20.     "impervious" to clicks unless the option key is held down.
  21.  
  22.     This version of jGNE Helper was built with both Symantec
  23.      THINK C 7 and Metrowerks CodeWarrior CW7 for 68K machines.
  24.     It's entirely possible to write a native jGNEFilter. I've
  25.     even done it before. However, it hasn't occurred to me how
  26.     to fit a native filter into the context of this sample.
  27.  
  28.     For further info on the jGNE filter, consult your Technotes.
  29.